Skip to content

[DX-4010] Discover Flakes in CI#22384

Open
kalverra wants to merge 5 commits into
developfrom
discoverFlakesInCI
Open

[DX-4010] Discover Flakes in CI#22384
kalverra wants to merge 5 commits into
developfrom
discoverFlakesInCI

Conversation

@kalverra
Copy link
Copy Markdown
Collaborator

Run the diagnose command in CI regularly, generating reports that AI agents can act on.

Copilot AI review requested due to automatic review settings May 11, 2026 18:18
@kalverra kalverra requested review from a team as code owners May 11, 2026 18:18
@github-actions
Copy link
Copy Markdown
Contributor

👋 kalverra, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 11, 2026

✅ No conflicts with other open PRs targeting develop

Comment thread .github/workflows/find-flaky-tests.yml Fixed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Risk Rating: MEDIUM — introduces a scheduled CI workflow that can consume significant compute resources and needs to behave correctly on both schedule and workflow_dispatch triggers.

Adds a new GitHub Actions workflow to run the tools/test diagnose harness regularly in CI and upload the generated diagnose-* reports as artifacts.

Changes:

  • Introduces .github/workflows/find-flaky-tests.yml scheduled (daily) and manually-dispatchable workflow.
  • Runs go -C tools/test run . diagnose ... with configurable iteration parameters.
  • Uploads diagnose-* outputs as a workflow artifact for later analysis/automation.

Targeted areas for scrupulous human review:

  • The schedule trigger path: ensure parameter defaults are applied when inputs.* is unavailable.
  • The Go package pattern argument (dir) defaults/format: ensure it matches go test expectations (e.g., ./core/...) to avoid immediate failures on CI.

Comment thread .github/workflows/find-flaky-tests.yml Outdated
Comment thread .github/workflows/find-flaky-tests.yml Outdated
@kalverra kalverra enabled auto-merge May 11, 2026 18:35
Comment thread .github/workflows/find-flaky-tests.yml Outdated
@kalverra kalverra requested review from chainchad and erikburt May 11, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants